home *** CD-ROM | disk | FTP | other *** search
- On 5 Jan 1996, Peter ╓sterlund wrote:
-
- > I would like to do something like
- >
- > gcc -DX="word1 word2" test.c -o test
- >
- > The problem is that gcc thinks that the definition of X is X="word1
- > and then complains about not understanding word2". Is there a way around
- > this problem?
- >
- > I am using GCC 2.7.0 and the standard amiga shell.
- >
-
- This could possibly be a bug in GCC. The command line
-
- gcc "-DX=\"word1 word2\"" test.c -o test
-
- works perfectly in UNIX GCC, but not in Amiga GCC.
-
- I would appreciate any help on this subject.
-
- --
-
- Address: Peter ╓sterlund
- Sk÷ndalsvΣgen 35
- S-128 66 Sk÷ndal
- Sweden
-
- Phone: +46 8 942647
- E-mail: peter.osterlund@mailbox.swipnet.se
- f90-pos@nada.kth.se
-
-